From: Michael Holzheu Date: Sat, 26 Jan 2008 13:11:15 +0000 (+0100) Subject: [S390] Initialize sclp_ipl_info X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~32110^2~16 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d09293aee9fd0f9f291fa3a0e4ca5012f514d083;p=linux-4.9.git [S390] Initialize sclp_ipl_info The sclp ipl information has not been initialized. Therefore the ipl loadparm and the "has_dump" flag have not been set correctly. Signed-off-by: Michael Holzheu Signed-off-by: Martin Schwidefsky --- diff --git a/arch/s390/kernel/ipl.c b/arch/s390/kernel/ipl.c index e3b9c6cc3aec..14bdde9def40 100644 --- a/arch/s390/kernel/ipl.c +++ b/arch/s390/kernel/ipl.c @@ -1287,6 +1287,7 @@ static void __init shutdown_actions_init(void) static int __init s390_ipl_init(void) { reipl_probe(); + sclp_get_ipl_info(&sclp_ipl_info); shutdown_actions_init(); shutdown_triggers_init(); return 0;